home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 2 / 33.TXT < prev    next >
Text File  |  1993-08-30  |  3KB  |  75 lines

  1. DOCUMENT:Q103233  20-AUG-1993  [W_NT]
  2. TITLE   :ATI Cards Use EISA I/O Addresses in Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. Windows NT may report I/O errors on EISA machines when an ATI card is
  19. present.
  20.  
  21. The ATI cards use many addresses across the I/O space, and infringe on
  22. Extended Industry Standard Architecture (EISA) addresses. This will
  23. cause address conflicts with EISA cards. This problem has been noted
  24. with the Adaptec 174x series and the Ultrastor.
  25.  
  26. WORKAROUND
  27. ==========
  28.  
  29. To work around this problem, move an EISA host adapter (for example,
  30. from slot 1 to slot 3) so a different EISA address space (3C00 instead
  31. of 1C00) will be used.
  32.  
  33. The ATI adapter uses EISA address space for its extended registers.
  34.  
  35. In MS-DOS, Windows, and OS/2, this problem can go unnoticed because
  36. they don't check all I/O ranges. The miniport driver under Windows NT
  37. reports the I/O that you will be using to access the hardware. Windows
  38. NT keeps track of it. When the ATI card starts claiming the same I/O
  39. ranges, the error gets reported under Event Viewer.
  40.  
  41. EISA specifications state that slot #1 uses addresses 1C00 - 1CFF,
  42. slot #2 uses 2C00 - 2CFF, slot #3 uses 3C00-3CFF, and so on.
  43.  
  44. ISA uses address 00 - FF for I/O devices integrated onto the system
  45. board and 100h - 3FFh for I/O expansion cards. 400 - FFFFh are
  46. reserved.
  47.  
  48. There is nothing that can be fixed since EISA host adapters have to
  49. use EISA address space (in fact, 1C80-1C83 are used to store card's ID
  50. for slot 1, 2C80-2C83 for slot 2 ID).
  51.  
  52. The Adaptec and Ultrastor products included here are manufactured by
  53. vendors independent of Microsoft; we make no warranty, implied or
  54. otherwise, regarding these products' performance or reliability.
  55.   
  56. Additional reference words: 3.10 conflict crash
  57.  
  58. KBCategory:
  59. KBSubCategory: hrdwr
  60.  
  61. =============================================================================
  62.  
  63. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  64. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  65. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  66. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  67. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  68. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  69. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  70. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  71. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  72. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  73. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  74.  
  75. Copyright Microsoft Corporation 1993.